28. Quiz: WHERE with Non-Numeric

Practice Question Using WHERE with Non-Numeric Data

  1. Filter the accounts table to include the company name, website, and the primary point of contact (primary_poc) just for the Exxon Mobil company in the accounts table.

Code

If you need a code on the https://github.com/udacity.